PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFAesSecurityHandler Class / getKeySize Method
In This Topic
    getKeySize Method
    In This Topic
    Gets the size, in bits, of the secret key used by the security handler.
    AES support only 128bit and 256bit key sizes.
    Syntax
    public int getKeySize()

    Return Value

    The size, in bits, of the secret key used by the security handler.
    See Also